ImageGear .NET v24.12 - Updated
GetEnumerator Method (NativeObjectArray<T,TParentType>)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms.Internal Namespace > NativeObjectArray<T,TParentType> Class : GetEnumerator Method
Returns an enumerator that iterates through all the items in the list.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of T)
'Usage
 
Dim instance As NativeObjectArray(Of T,TParentType)
Dim value As IEnumerator(Of T)
 
value = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
public: IEnumerator<T*>* GetEnumerator(); 
public:
IEnumerator<T^>^ GetEnumerator(); 

Return Value

An IEnumerator.
See Also

Reference

NativeObjectArray<T,TParentType> Class
NativeObjectArray<T,TParentType> Members